home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000370_news@columbia.edu _Sat Jan 27 23:13:34 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id XAA16282 for <kermit.misc@watsun>; Sat, 27 Jan 1996 23:13:33 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id XAA21101 for kermit.misc@watsun; Sat, 27 Jan 1996 23:13:32 -0500 (EST)
  4. Path: news.columbia.edu!news.cs.columbia.edu!pipeline!newsjunkie.ans.net!howland.reston.ans.net!gatech!usenet.eel.ufl.edu!news.mathworks.com!uunet!in1.uu.net!nwnews.wa.com!news.halcyon.com!usenet
  5. From: ehat@halcyon.com (Edward Hatfield)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Kermitting through OS Layers Trouble
  8. Date: Sat, 27 Jan 1996 04:54:46 GMT
  9. Organization: Northwest Nexus Inc.
  10. Lines: 33
  11. Message-ID: <4ecass$g8c@news.halcyon.com>
  12. References: <4dn8a7$sk9@news.halcyon.com>
  13. NNTP-Posting-Host: blv-pm0-ip9.halcyon.com
  14. X-Newsreader: Forte Free Agent 1.0.82
  15.  
  16. ehat@halcyon.com (Edward Hatfield) wrote:
  17.  
  18.  
  19. >Howdy All,
  20. >    I could really use a hand just now (distant applause...)
  21.  
  22. >    I'm running cKermit 1.90 on a DG/UX AViiON Box and...
  23. >... on a Motorola 88k, which I created for file transfer.
  24.  
  25. >    When I invoke Kermit on my local AViiON box and call the remote
  26. >system, I'm dropped into a PICK environment ....  From there I 'sh' down into
  27. >unix and invoke kermit as a server.
  28.  
  29. >    Everything seems happy enough, but when I try to do 'remote' commands
  30. >or transfer files, nothing happens.
  31.  
  32. I just wanted to post and let any NG Lurkers out there (like myself)
  33. to know how this all worked out.
  34.  
  35. I found out by using debug logs comparing a good command and logs made
  36. on the PICK.vs.AViiON that the problem lay in 'ttol' when trying to
  37. write to file descriptor zero.  Also 'echo Hello 1>&0' should have
  38. said 'Hello' on the PICK side and didn't.  At this point I gave up.
  39.  
  40. BUT Frank didn't (Loud Applause)!
  41.  
  42. Frank suggested 'make clean' to start fresh on the PICK side and then
  43. 'make xxxx "KFLAGS=-DNOFDZERO"' to get around the zero file descriptor
  44. problem.
  45.  
  46. And it worked GREAT! Thanks for all your help and thanks for Kermit.
  47.  
  48.